<ArcPad> root element
<ArcPad | |
debug ="true | false" [false] > <APPLET... /> [Or] <BOOKMARKS... /> [Or] <CONFIG... /> [Or] <EXTENSIONS... /> [Or] <FEATURESET... /> [Or] <LAYER... /> [Or] <MAP... /> [Or] <PHOTOLAYER... /> [Or] <PREFERENCES... /> [Or] <STYLESHEET... /> <SCRIPT... /> </ArcPad > |
|
Bold: Attribute or child element is required. |
Description
The root element for all ArcPad XML statements.
APPLET is used in *.apa files to define ArcPad applets.
BOOKMARKS is used in ArcPadBookMarks.apx to define global bookmarks.
CONFIG is used in ArcPad.apx to configure ArcPad during program startup.
EXTENSIONS is used in ExtensionPrefs.apx to configure ArcPad during program startup.
FEATURESET is used in *.apg files to define geometric and text graphics.
LAYER is used in layer definitions (*.apl files for shapefiles) to define rendering properties, forms, and automation associated with a vector layer.
MAP is used in *.apm files to define the settings of an ArcPad Map.
PHOTOLAYER is used in *.aph files to define photo layer file properties.
PREFERENCES is used in ArcPadPrefs.apx to define default ArcPad options.
STYLESHEET is used in *.aps files to define available symbol and text styles.
Restrictions
- Only one required child element plus the SCRIPT element is permitted.
Notes
- All ArcPad XML statements are required to use a standard prolog that includes the XML version and encoding: UTF-8 encoding is used with ArcPad XML..